From 2b4a317dc2b7616632f0e25261abdbc3e96d5db1 Mon Sep 17 00:00:00 2001 From: "tsteven4@gmail.com" Date: Tue, 25 Dec 2012 20:06:15 +0000 Subject: [PATCH] Fix dep target so we can regenrate dependencies, and regenerate them. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4231 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 332 +++++++++++++++++++++++-------------------- 1 file changed, 177 insertions(+), 155 deletions(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 6fc702208..d95a0d5f0 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -102,6 +102,8 @@ LIBOBJS = queue.o route.o waypt.o filter_vecs.o util.o vecs.o mkshort.o \ $(PALM_DB) $(GARMIN) $(JEEPS) $(SHAPE) @ZLIB@ $(FMTS) $(FILTERS) OBJS = main.o globals.o $(LIBOBJS) @FILEINFO@ +DEPFILES = $(OBJS:.o=.d) + .c.o: $(CC) @CPPFLAGS@ -c $(GBCFLAGS) $< $(OUTPUT_SWITCH)$@ @@ -189,8 +191,9 @@ leaktest: tools/memdebug | grep -v '^command line:' dep: - make clean && make EXTRA_CFLAGS="-isystem /sw/include -MMD" && cat *.d */*.d > /tmp/dep && rm *.d */*.d - echo "internal_styles.c: mkstyle.sh @srcdir@style/*.style\n @srcdir@/mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)" >> /tmp/dep + make clean && make EXTRA_CFLAGS="-isystem /sw/include -MMD" && cat $(sort $(DEPFILES)) > /tmp/dep && rm $(DEPFILES) + echo "internal_styles.c: mkstyle.sh style/*.style" >> /tmp/dep + echo " @srcdir@/mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)" >> /tmp/dep echo Edit Makefile.in and bring in /tmp/dep $(WEB)/htmldoc-$(DOCVERSION)/index.html: FORCE @@ -399,12 +402,11 @@ avltree.o: avltree.c avltree.h defs.h config.h queue.h gbtypes.h \ zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h axim_gpb.o: axim_gpb.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h -bend.o: bend.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ - zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h filterdefs.h \ - grtcirc.h bcr.o: bcr.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ gbfile.h cet.h cet_util.h inifile.h session.h csv_util.h \ garmin_tables.h +bend.o: bend.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ + gbfile.h cet.h cet_util.h inifile.h session.h filterdefs.h grtcirc.h brauniger_iq.o: brauniger_iq.c defs.h config.h queue.h gbtypes.h \ zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h \ gbser.h @@ -489,6 +491,9 @@ exif.o: exif.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \ jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \ jeeps/gpsproj.h strptime.h +explorist_ini.o: explorist_ini.c defs.h config.h queue.h gbtypes.h \ + zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h \ + explorist_ini.h fatal.o: fatal.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h filter_vecs.o: filter_vecs.c defs.h config.h queue.h gbtypes.h \ @@ -514,6 +519,8 @@ garmin.o: garmin.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ garmin_device_xml.o: garmin_device_xml.c defs.h config.h queue.h \ gbtypes.h zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \ session.h xmlgeneric.h garmin_device_xml.h +garmin_fit.o: garmin_fit.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ + zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h garmin_fs.o: garmin_fs.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h garmin_fs.h \ jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \ @@ -543,7 +550,8 @@ garmin_txt.o: garmin_txt.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \ jeeps/gpsinput.h jeeps/gpsproj.h garmin_tables.h grtcirc.h \ jeeps/gpsmath.h strptime.h -garmin_xt.o: garmin_xt.c defs.h +garmin_xt.o: garmin_xt.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ + zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h gbfile.o: gbfile.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h gbser.o: gbser.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ @@ -654,6 +662,149 @@ interpolate.o: interpolate.c defs.h config.h queue.h gbtypes.h \ filterdefs.h grtcirc.h itracku.o: itracku.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h gbser.h +jeeps/gpsapp.o: jeeps/gpsapp.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ + jeeps/gpsusbint.h +jeeps/gpscom.o: jeeps/gpscom.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h +jeeps/gpsdevice.o: jeeps/gpsdevice.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h +jeeps/gpsdevice_ser.o: jeeps/gpsdevice_ser.c jeeps/gpsdevice.h \ + jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \ + jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \ + jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \ + jeeps/../inifile.h jeeps/../session.h jeeps/gpsport.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h +jeeps/gpsdevice_usb.o: jeeps/gpsdevice_usb.c jeeps/gpsdevice.h \ + jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \ + jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \ + jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \ + jeeps/../inifile.h jeeps/../session.h jeeps/gpsport.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ + jeeps/gpsusbint.h jeeps/gpsusbcommon.h +jeeps/gpslibusb.o: jeeps/gpslibusb.c config.h mac/libusb/usb.h \ + jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \ + jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \ + jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \ + jeeps/../inifile.h jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h \ + jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \ + jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \ + jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \ + jeeps/garminusb.h jeeps/gpsusbcommon.h jeeps/../garmin_device_xml.h +jeeps/gpsmath.o: jeeps/gpsmath.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsdatum.h +jeeps/gpsmem.o: jeeps/gpsmem.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h +jeeps/gpsprot.o: jeeps/gpsprot.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h +jeeps/gpsread.o: jeeps/gpsread.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h +jeeps/gpsrqst.o: jeeps/gpsrqst.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h +jeeps/gpssend.o: jeeps/gpssend.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h +jeeps/gpsserial.o: jeeps/gpsserial.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h \ + jeeps/../gbser.h +jeeps/gpsusbcommon.o: jeeps/gpsusbcommon.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ + jeeps/gpsusbcommon.h +jeeps/gpsusbread.o: jeeps/gpsusbread.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ + jeeps/gpsusbint.h +jeeps/gpsusbsend.o: jeeps/gpsusbsend.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ + jeeps/gpsusbint.h +jeeps/gpsutil.o: jeeps/gpsutil.c jeeps/gps.h jeeps/../defs.h \ + jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ + jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ + jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ + jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ + jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ + jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ + jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jogmap.o: jogmap.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h xmlgeneric.h \ jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \ @@ -669,6 +820,16 @@ lmx.o: lmx.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ gbfile.h cet.h cet_util.h inifile.h session.h xmlgeneric.h lowranceusr.o: lowranceusr.c defs.h config.h queue.h gbtypes.h \ zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h +lowranceusr4.o: lowranceusr4.c defs.h config.h queue.h gbtypes.h \ + zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h +mac/libusb/darwin.o: mac/libusb/darwin.c config.h mac/libusb/usbi.h \ + mac/libusb/usb.h mac/libusb/error.h +mac/libusb/descriptors.o: mac/libusb/descriptors.c mac/libusb/usbi.h \ + mac/libusb/usb.h mac/libusb/error.h +mac/libusb/error.o: mac/libusb/error.c mac/libusb/usb.h \ + mac/libusb/error.h +mac/libusb/usb.o: mac/libusb/usb.c mac/libusb/usbi.h mac/libusb/usb.h \ + mac/libusb/error.h mag_pdb.o: mag_pdb.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h pdbfile.h \ jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \ @@ -683,7 +844,7 @@ magnav.o: magnav.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h pdbfile.h magproto.o: magproto.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h magellan.h \ - gbser.h + gbser.h explorist_ini.h main.o: main.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ gbfile.h cet.h cet_util.h inifile.h session.h filterdefs.h csv_util.h mapasia.o: mapasia.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ @@ -709,6 +870,8 @@ msroute.o: msroute.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \ jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \ jeeps/gpsproj.h +mtk_locus.o: mtk_locus.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ + zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h gbser.h mtk_logger.o: mtk_logger.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h gbser.h navicache.o: navicache.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ @@ -833,6 +996,8 @@ session.o: session.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ shape.o: shape.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h \ shapelib/shapefil.h +shapelib/dbfopen.o: shapelib/dbfopen.c shapelib/shapefil.h config.h +shapelib/shpopen.o: shapelib/shpopen.c shapelib/shapefil.h config.h skyforce.o: skyforce.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h strptime.h skytraq.o: skytraq.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ @@ -855,6 +1020,8 @@ stmsdf.o: stmsdf.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ stmwpp.o: stmwpp.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h csv_util.h strptime.o: strptime.c config.h strptime.h +subrip.o: subrip.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ + zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h swapdata.o: swapdata.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h filterdefs.h tef_xml.o: tef_xml.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ @@ -887,7 +1054,7 @@ tpo.o: tpo.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h trackfilter.o: trackfilter.c defs.h config.h queue.h gbtypes.h \ zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h \ - filterdefs.h strptime.h grtcirc.h + filterdefs.h strptime.h grtcirc.h xmlgeneric.h transform.o: transform.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h filterdefs.h unicsv.o: unicsv.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ @@ -962,151 +1129,6 @@ xol.o: xol.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ jeeps/gpsproj.h garmin_tables.h yahoo.o: yahoo.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h session.h xmlgeneric.h -jeeps/gpsapp.o: jeeps/gpsapp.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ - jeeps/gpsusbint.h -jeeps/gpscom.o: jeeps/gpscom.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h -jeeps/gpsdevice.o: jeeps/gpsdevice.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h -jeeps/gpsdevice_ser.o: jeeps/gpsdevice_ser.c jeeps/gpsdevice.h \ - jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \ - jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \ - jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \ - jeeps/../inifile.h jeeps/../session.h jeeps/gpsport.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h -jeeps/gpsdevice_usb.o: jeeps/gpsdevice_usb.c jeeps/gpsdevice.h \ - jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \ - jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \ - jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \ - jeeps/../inifile.h jeeps/../session.h jeeps/gpsport.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ - jeeps/gpsusbint.h jeeps/gpsusbcommon.h -jeeps/gpslibusb.o: jeeps/gpslibusb.c config.h mac/libusb/usb.h \ - jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \ - jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \ - jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \ - jeeps/../inifile.h jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h \ - jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \ - jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \ - jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \ - jeeps/garminusb.h jeeps/gpsusbcommon.h jeeps/../garmin_device_xml.h -jeeps/gpsmath.o: jeeps/gpsmath.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsdatum.h -jeeps/gpsmem.o: jeeps/gpsmem.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h -jeeps/gpsprot.o: jeeps/gpsprot.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h -jeeps/gpsread.o: jeeps/gpsread.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h -jeeps/gpsrqst.o: jeeps/gpsrqst.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h -jeeps/gpssend.o: jeeps/gpssend.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h -jeeps/gpsserial.o: jeeps/gpsserial.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h \ - jeeps/../gbser.h -jeeps/gpsusbcommon.o: jeeps/gpsusbcommon.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ - jeeps/gpsusbcommon.h -jeeps/gpsusbread.o: jeeps/gpsusbread.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ - jeeps/gpsusbint.h -jeeps/gpsusbsend.o: jeeps/gpsusbsend.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h \ - jeeps/gpsusbint.h -jeeps/gpsutil.o: jeeps/gpsutil.c jeeps/gps.h jeeps/../defs.h \ - jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \ - jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \ - jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \ - jeeps/../session.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \ - jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \ - jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \ - jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h -shapelib/dbfopen.o: shapelib/dbfopen.c shapelib/shapefil.h config.h -shapelib/shpopen.o: shapelib/shpopen.c shapelib/shapefil.h config.h zlib/adler32.o: zlib/adler32.c zlib/zlib.h zlib/zconf.h zlib/compress.o: zlib/compress.c zlib/zlib.h zlib/zconf.h zlib/crc32.o: zlib/crc32.c zlib/zutil.h zlib/zlib.h zlib/zconf.h \ @@ -1126,5 +1148,5 @@ zlib/trees.o: zlib/trees.c zlib/deflate.h zlib/zutil.h zlib/zlib.h \ zlib/zconf.h zlib/trees.h zlib/uncompr.o: zlib/uncompr.c zlib/zlib.h zlib/zconf.h zlib/zutil.o: zlib/zutil.c zlib/zutil.h zlib/zlib.h zlib/zconf.h -internal_styles.c: mkstyle.sh @srcdir@/style/*.style - @srcdir@/mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1) +internal_styles.c: mkstyle.sh style/*.style + ./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1) -- 2.30.2